ListResult

constructor(page: Int = 1, perPage: Int = 0, totalItems: Int = 0, totalPages: Int = 0, items: List<T>)